@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body {
  color: #555;
  font-size: 12px;
  font-family: Arial, "microsoft yahei", "微软雅黑";
  background: #fff;
}
body {
  width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 正常链接 未访问 */
a {
  color: #4b4b4b;
}

/* 鼠标悬停 */
a:hover {
  color: #f00;
  text-decoration: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto; /*background:#efefef;*/
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mr11 {
  margin-right: 11px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.w250 {
  width: 250px;
}
.w730 {
  width: 730px;
}
.w420 {
  width: 420px;
}
.w540 {
  width: 540px;
}
.w340 {
  width: 340px;
}
.w660 {
  width: 860px;
}

.denggao {
  position: relative;
  overflow: hidden;
}
.denggao .fn-left,
.denggao .fn-right {
  padding-bottom: 2000px;
  margin-bottom: -2000px;
}

.ui-box {
  border: none;
}
.ui-box-hd {
  padding-top: 32px;
}
.ui-box:after,
.ui-box-hd:after {
  clear: both;
  display: table;
  content: "";
}
.ui-box-hd h1 {
  text-align: center;
  font-size: 32px;
  color: #e0e0e0;
  font-family: Arial;
  text-transform: uppercase;
  line-height: 27px;
}
.ui-box-hd h3 {
  background: url(../../images/tit.png) no-repeat center center;
  font-family: "微软雅黑";
  display: block;
  font-size: 24px;
  color: #0256ac;
  text-align: center;
}
.ui-box-bd {
  margin-top: 30px;
}
.ui-box-ft {
  padding: 30px 0;
}
.ui-box-ft a {
  width: 139px;
  height: 26px;
  line-height: 26px;
  border: #c5c5c5 solid 1px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #6d6d6d;
}
.ui-box-ft a:hover,
.ui-box-ft a:active {
  color: #0256ac;
  border-color: #0256ac;
}

.row1 .ui-box-bd {
  background: #0256ac;
  border-radius: 5px;
  padding: 5px;
}
.row1 .ui-box-bd:after {
  clear: both;
  display: table;
  content: "";
}
.row1 .bind-class {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row1 .bind-class .bind-class-head {

  line-height: 1em;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #0050ad;
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.row1 .bind-class .bind-class-head:before {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  width: auto;
  line-height: 1em;
  font-size: 50px;
  font-family: "微软雅黑";
  content: "P";
  margin-top: -25px;
}
.row1 .bind-class .bind-class-head h3 {
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.row1 .bind-class .bind-class-head p {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  margin: 8px 0 0 0;
}
.row1 .bind-class ul li {
  display: block;
  line-height: 51px;
  margin-top: 5px;
}
.row1 .bind-class ul li a {
  display: block;
  color: #fff;
  background: #0256ac;
  font-size: 14px;
  padding-left: 10px;
}
.row1 .bind-class ul li a:hover,
.row1 .bind-class ul li a:active {
  background: #f87200;
  color: #fff;
}
.row1 .pro {
  display: block;
  margin-left: 260px;
  min-height: 510px;
}
.row1 .pro ul {
  padding-top: 10px;
  margin: 0 0 0 -10px;
}
.row1 .pro ul:after {
  clear: both;
  display: table;
  content: "";
}
.row1 .pro ul li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.row1 .pro ul li a {
  display: block;
}
.row1 .pro ul li .img {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #fff;
}
.row1 .pro ul li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.row1 .pro ul li .text {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.row2 {
  background: #f8f8f8;
  border-top: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
}
.row2 .ui-box-hd {
  padding-top: 42px;
}

.scroll_horizontal {
  position: relative;
  width: 1200px;
  margin-top: 15px;
}
.scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.scroll_horizontal .list {
  overflow: hidden;
  width: 9999px;
}
.scroll_horizontal .list:after {
  clear: both;
  display: table;
  content: "";
}
.scroll_horizontal .list li {
  float: left;
  width: 300px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll_horizontal .list li a {
  display: block;
}
.scroll_horizontal .list li a {
  padding: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: #ddd 0 0 7px;
}
.scroll_horizontal .list li a .img {
  width: 100%;
  padding-bottom: 72%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.scroll_horizontal .list li a .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.scroll_horizontal .list li a .text {
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #555;
}
.scroll_horizontal .list li a:hover {
  border-color: #0256ac;
  /*background:#FF4000;*/
}
.scroll_horizontal .list li a:hover .text {
  color: #0256ac;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  background-image: url("../../images/control.png");
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;
}
.scroll_horizontal .prev {
  left: -50px;
  background-position: 0 0;
}
.scroll_horizontal .next {
  right: -50px;
  background-position: -40px 0;
}
.scroll_horizontal .prev:hover {
  background-position: 0 -50px;
}
.scroll_horizontal .next:hover {
  background-position: -40px -50px;
}

.row4 #allmap {
  width: 860px;
  height: 340px;
  margin: 0;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row4 .ui-box-container {
  height: 340px;
  border: 1px solid #d8d8d8;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row4 .contact{
  padding-left: 15px;
}

.row4 .contact h3{
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  font-size: 18px;
  margin: 10px 0;
}

.row4 .contact p{
  line-height: 30px;
  font-size: 14px;
}


.i_youshi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: url("../../images/youshi_bj1.png") top center no-repeat;
  padding-top: 145px;
}

.i_cpflk {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0px 30px 0px;
}
.i_cpfl {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.i_cpfl li {
  width: 49.9%;
  height: 190px;
  float: left;
  text-align: left;
  position: relative;
  margin-right: 0.1%;
}
.i_cpfl li p {
  width: 315px;
  height: 168px;
  line-height: 35px;
  color: #333;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f1f1f1;
  font-size: 18px;
  padding: 10px;
  transition: 0.3s;
}
.i_cpfl li p span {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #004eb8;
  text-align: center;
  transition: 0.3s;
  margin-top: 20px;
}
.i_cpfl li a {
  width: 129px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
  background-color: #00adef;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 60px;
  border-radius: 6px;
  transition: 0.3s;
  color: #fff;
}
.i_cpfl li a:hover {
  width: 129px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
  background-color: #ffae00;
  color: #fff;
  transition: 0.3s;
}

.i_cpfl li img {
  float: left;
}

.i_cpfl li:hover p {
  width: 315px;
  height: 168px;
  line-height: 24px;
  color: #80b6ff;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #004eb8;
  font-size: 14px;
  padding: 10px;
  transition: 0.3s;
}
.i_cpfl li:hover p span {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00;
  text-align: center;
  transition: 0.3s;
}

.row5 {
  background: url(../../images/adv1.png) center center no-repeat;
  height: 157px;
}

.row6 .list {
  display: flex;
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
}
.row6 .list li {
  width: 25%;
  padding: 0 1rem;
}
.row6 .list li a {
  display: block;
}
.row6 .list li a .img {
  padding-bottom: 65%;
  position: relative;
  border: 3px solid #e8e8e8;
}
.row6 .list li a .img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.row6 .list li a .img-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.row6 .list li a .text {
  line-height: 1em;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #000;
}
.row6 .list li a .info {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  color: #999;
}
/*.row1 .main-product ul{
	width:auto;
	overflow:hidden;
}
.row1 .main-product li{
	float:left;
	width:300px;
}
.row1 .col1{
	background-color:#0EB68C;
}
.row1 .col1 .ui-box{
	border:none;
}
.row1 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #009E76;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row1 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"微软雅黑";
	content:'P';
	margin-top:-25px;
}
.row1 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row1 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row1 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row1 .col1 .ui-box-content{
	padding:0;
}
.row1 .col1 .ClassList{
	
}
.row1 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row1 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #0CA27C;
}
.row1 .col1 .ClassList ul li:last-child{
	border:none;
}
.row1 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row1 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	height:30px;
	line-height:28px;
	font-size:13px;
	color:#fff;
}
.row1 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:12px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px;
}
.row1 .col1 .ClassList ul li .title a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col1 .ClassList ul li:hover .title a{
	background-color:#FFA63E;
	color:#fff;
}
.row1 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row1 .col2 .ImgList ul{
	width:750px;
	overflow:hidden;
	margin-bottom:-25px;
}
.row1 .col2 .ImgList ul li{
	float:left;
	width:220px;
	margin:0 20px 25px 0;
	border:5px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row1 .col2 .ImgList ul li a,
.row1 .col2 .ImgList ul li a span{
	display:block;
	
}
.row1 .col2 .ImgList ul li a{
	background:#fff;	
}
.row1 .col2 .ImgList ul li a .img{
	position:relative;
	width:220px;
	height:165px;	
}
.row1 .col2 .ImgList ul li a .img img{
	max-width:220px;
	max-height:165px;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row1 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row1 .col2 .ImgList ul li:hover{
	border-color:#2880C1;
}
.row1 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#2880C1;
}

.row2{
	background:url('../../images/row2-bg.jpg') center 0 no-repeat;
	position:relative;
}
.row2:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row2 .row-head:before{
	    background-color: #fff;
}
.row2 .row-head .row-head-title{
	color:#fff;
	background-color:transparent;
	background:url('../../images/row2-bg.jpg') center -40px no-repeat;
}
.row2 .row-head:before,
.row2 .row-head:after{
	background-color: #58A2D0;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border-color:#58A2D0;
}
.row2 .row-head .row-head-text{
	color:#ABD0E7;
}

.row2 .w420 img{
	border:10px solid rgba(255, 255, 255, 0.1);
}
.row2 .info h1{
	font-size:20px;
	color:#FFFFBF;
	font-weight:bold;
	padding:10px 0;
	line-height:40px;
}
.row2 .info p{
	font-size:14px;
	color:#fff;
	text-align: justify;
	line-height:2em;
}
.row2 .info a{
	display:block;
	background:#FF4000;
	font-size:14px;
	color:#fff;
	width:6em;
	padding:0 20px;
	line-height:30px;
	height:32px;
	float:right;
	border-radius:5px;
	margin-top:10px;
}
.row2 .info a:hover{
	background:#FF602B;
}
.row2 .w540 .info p a:hover{
	text-decoration: none;
}

.scroll_horizontal{position:relative;width:1000px;height:197px;margin-top:15px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:197px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;height:197px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	height:187px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #efefef;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:157px;
	background:#fff;
	text-align:center;
	display:table-cell;
	vertical-align: middle;
	padding:0;
	margin:0;
	font-size:0;
	line-height:none;
}
.scroll_horizontal .list li a span.img img{
	max-width:210px;
	max-height:157px;	
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:26px;
	font-size:14px;
	text-align:center;
}
.scroll_horizontal .list li a:hover{
	background:#0EB68C;
}
.scroll_horizontal .list li a:hover span.text{
	color:#fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url('../../images/control.png');background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-50px;background-position:0 0;}
.scroll_horizontal .next{right:-50px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

.row3{
	background:url('../../images/bg5.jpg') center 0 repeat;
	padding:0 0 40px;
	position:relative;
}
.row3:before{
	position:absolute;
	top:0;
	left:50%;
	width:0;
	height:0;
	font-size:0;
	line-height:none;
	content:'';
	border:15px solid transparent;
	border-top-color:#fff;
	margin-left:-15px;

}
.row3 .row-head:before{
	    background-color: #CCBACD;
}
.row3 .row-head-title{
	color:#fff;
	background:url('../../images/bg5.jpg') center -40px no-repeat;
}
.row3 .row-head-title:before,
.row3 .row-head-title:after{
	border-color:#CCBACD;
}
.row3 .row-head-text{
	color:#E7DFE8;
}
.row3 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"微软雅黑";font-size:14px;
	border:1px solid #d8d8d8;
}
.row3 .ui-box-container{
	background-color:#0473B8;
	border:none;
	height:342px;
}
.row3 .info{
	padding-top:15px;
}
.row3 .info p{
	font-size:14px;
	line-height:2em;
	color:#fff;
}
.row3 .info p i{
	font-size:16px;
	margin:0 10px;
}
.row3 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#0466A4;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row3 .more a{
	color:#fff;	
}
.row3 .more a:hover{
	color:#ff0;
}*/

.row7{
  background-color: #f8f8f8;
  padding-bottom: 40px;
}

.row7 ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.row7 ul li{
  width: 536px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.row7 ul li a{
  width: 100%;
  display: block;
  overflow: hidden;
}

.row7 ul li a h3{
  font-size: 18px;
  line-height: 28px;
  color:#0a72c1;
  font-weight: bold;
}

.row7 ul li a:hover h3{
  color:#f43838;
}

.row7 ul li a .info{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  margin-top: 12px;
}
